Worklist/Items({SerialNumber})/ProcessInstance
Returns the process instance for the worklist item matching the SerialNumber.
URI
{Service Root URI}/Worklist/Items({SerialNumber})/ProcessInstance?{Query Options}
https://api.denallix.com:443/K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance
Method
GET
Service Path Options
Required
- SerialNumber (String) – the serial number for the worklist item
Query Options
Optional
Return Type
ProcessInstance or Failure
GET /K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance <?xml version="1.0" encoding="utf-8"?> <ProcessInstance ExpectedDuration="0" Folder="K2 Examples" Folio="Order Process - K2" FullName="K2 Examples\Order Process" Guid="7e8f9361-148e-44ec-8ed0-23f9d52ddfde" ID="19" Name="Order Process" Priority="1" StartDate="2011-02-16T20:26:29.343Z" Status="Active" xmlns="http://schemas.k2.com/worklist/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Description xmlns="http://schemas.k2.com/process/d1"/> <Metadata xmlns="http://schemas.k2.com/process/d1">Blank</Metadata> </ProcessInstance>